home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / twswfwg.zip / OEMSETUP.INF < prev    next >
INI File  |  1994-05-31  |  2KB  |  52 lines

  1. ; OEMSETUP.INF file for Peter R. Tattam Trumpet TCP/IP for
  2. ; Windows for Workgroups and DOS Workgroup Connection.
  3. ; These programs are Copyright (C) 1991,1992,1993,1994
  4. ; by Peter R. Tattam. All Rights Reserved.
  5. ;
  6. ; DISCLAIMER:
  7. ; Installation and use of this OEMSETUP.INF and WINPKT.BAT are
  8. ; strictly and entirely at your own risk. These are presented
  9. ; as is, and no warranty is either expressed or implied. If you
  10. ; choose to use these software and procedures, then you are
  11. ; solely responsible for any and all problems and/or damages,
  12. ; immediate or consequential.
  13. ;
  14. ; HISTORY:
  15. ; 19 Jan 94 - Original OEMSETUP.INF by  B. Armstrong
  16. ;             (email armstrob@systems.ssgnet.dsto.au)
  17. ; 23 Mar 94   Modified by Douglas W. Jones
  18. ;             (email jones@cbdb1.nimh.nih.gov)
  19. ;             - made generic reference to dis_pkt.dos
  20. ;             - added choice of interrupt and chain
  21. ;               vectors avoiding those commonly used by
  22. ;               other processes (61, 62, 64, 67-77, and 7A)
  23. ;             - replaced loading of winpkt.com with loading
  24. ;               of accompanying winpkt.bat which automatically
  25. ;               locates pktdrv interrupt value
  26.  
  27. [disks]
  28. 1=.,"Trumpet TCP/IP for Windows for Workgroups 3.1x",disk1
  29.  
  30. [nwsdata]
  31. autoexec_anchor="net start"
  32. config_anchor="workgrp.sys"
  33.  
  34. [netcard]
  35.  
  36. [transport]
  37. pktdrv="Trumpet TCP/IP",0,ndis,tcp,real,0,implicit,pktdrv,pktdrv_xif
  38.  
  39. [pktdrv]
  40. devdir = 1:dis_pkt.dos,1:winpkt.com,1:winpkt.bat
  41. netdir = 1:hosts,1:protocol,1:services
  42. windir = 1:tcpman.exe,1:winsock.dll
  43. device = dis_pkt.dos,@devdir\dis_pkt.dos
  44. load   = winpkt.bat,"call @devdir\winpkt.bat @devdir\"
  45. sysparm=network drivers,LoadRMDrivers,Yes,minval
  46.  
  47. [pktdrv_xif]
  48. drivername = pktdrv$
  49. param  = intvec,"Interrupt vector",text,"0x60,0x63,0x65,0x66,0x78,0x79,0x7B,0x7C,0x7D,0x7E,0x7F",0x60
  50. param  = chainvec,"Chain vector",text,"0x60,0x63,0x65,0x66,0x78,0x79,0x7B,0x7C,0x7D,0x7E,0x7F",0x66
  51. param  = novell,"Old Novell 802.3 packets",text,"Yes,No",No
  52.